Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Function |is_finite

std/ops/float::|is_finite


Usage

|is_finite<F>(value)

Generics

◻ F: Float

Parameters

↳ value: F

Return

bool


Tells if a value is finite.

Returns true if value is not infinite nor NaN.